Skip to content

Commit

Permalink
Updated to new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Mar 25, 2004
1 parent 9d6c6d8 commit 61206a5
Show file tree
Hide file tree
Showing 22 changed files with 216 additions and 169 deletions.
8 changes: 2 additions & 6 deletions specs/_template.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/root-%{name}-%{version}
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires:

Expand Down Expand Up @@ -63,9 +62,6 @@ desktop-file-install --vendor net \
--dir %{buildroot}%{_datadir}/applications \
%{name}.desktop

### Clean up buildroot
%{__rm} -rf %{buildroot}%{_libdir}/*.la

%post
/sbin/ldconfig 2>/dev/null
export GCONF_CONFIG_SOURCE="$(gconftool-2 --get-default-source)"
Expand All @@ -90,7 +86,7 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_includedir}/*.h
%{_libdir}/*.a
%{_libdir}/*.so
#%{_libdir}/*.la
%exclude %{_libdir}/*.la

%changelog
* Son Jan 19 2004 Dag Wieers <dag@wieers.com> -
Expand Down
1 change: 1 addition & 0 deletions specs/adcfw-log/adcfw-log.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Authority: dag
# Upstream: Alessandro Dotti Contra <alessandro.dotti@iperbole.bologna.it>
# Upstream: <adcfw-log-devel@lists.sourceforge.net>

Summary: Tool for analyzing firewall logs.
Name: adcfw-log
Expand Down
8 changes: 7 additions & 1 deletion specs/atftp/atftp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Summary: Advanced Trivial File Transfer Protocol (TFTP) client.
Name: atftp
Version: 0.7
Release: 1
Release: 2
License: GPL
Group: Applications/Internet
URL: ftp://ftp.mamalinux.com/pub/atftp/
Expand All @@ -20,6 +20,7 @@ Prefix: %{_prefix}

BuildRequires: libtermcap-devel, pcre-devel
Requires: binutils, gawk, readline
Provides: tftp

%description
atftp is an advanced client implementation of the TFTP
Expand All @@ -31,7 +32,9 @@ lacks IPv6 support.
%package server
Summary: Advanced Trivial File Transfer Protocol (TFTP) server.
Group: System Environment/Daemons

Conflicts: tftp-server
Provides: tftp-server

%description server
atftpd is an advanced server implementation of the TFTP
Expand Down Expand Up @@ -99,6 +102,9 @@ EOF
%{_sbindir}/in.tftpd

%changelog
* Thu Mar 25 2004 Dag Wieers <dag@wieers.com> - 0.7.0-2
- Provide tftp and tftp-server.

* Sat Mar 20 2004 Dag Wieers <dag@wieers.com> - 0.7.0-1
- Updated to new release 0.7.0.

Expand Down
20 changes: 10 additions & 10 deletions specs/dnsmasq/dnsmasq.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://www.thekelleys.org.uk/dnsmasq/dnsmasq-%{version}test1.tar.gz
BuildRoot: %{_tmppath}/root-%{name}-%{version}
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

Requires: chkconfig

Expand Down Expand Up @@ -110,6 +109,10 @@ case "$1" in
[ -e %{_localstatedir}/lock/subsys/$prog ] && restart
RETVAL=$?
;;
status)
status $prog
RETVAL=$?
;;
*)
echo $"Usage $0 {start|stop|restart|reload|condrestart|status}"
RETVAL=1
Expand All @@ -124,14 +127,11 @@ EOF

%install
%{__rm} -rf %{buildroot}
%{__install} -d -m0755 %{buildroot}%{_sbindir} \
%{buildroot}%{_initrddir} \
%{buildroot}%{_mandir}/man8/ \
%{buildroot}%{_localstatedir}/lib/misc/
%{__install} -m0644 dnsmasq.conf.example %{buildroot}%{_sysconfdir}/dnsmasq.conf
%{__install} -m0755 dnsmasq.sysv %{buildroot}%{_initrddir}/dnsmasq
%{__install} -m0755 src/dnsmasq %{buildroot}%{_sbindir}
%{__install} -m0644 dnsmasq.8 %{buildroot}%{_mandir}/man8/
%{__install} -d -m0755 %{buildroot}%{_localstatedir}/lib/misc/
%{__install} -D -m0755 src/dnsmasq %{buildroot}%{_sbindir}/dnsmasq
%{__install} -D -m0644 dnsmasq.conf.example %{buildroot}%{_sysconfdir}/dnsmasq.conf
%{__install} -D -m0755 dnsmasq.sysv %{buildroot}%{_initrddir}/dnsmasq
%{__install} -D -m0644 dnsmasq.8 %{buildroot}%{_mandir}/man8/

%post
/sbin/chkconfig --add dnsmasq
Expand Down
15 changes: 10 additions & 5 deletions specs/drivel/drivel.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# $Id$

# Authority: dag
# Upstream: Todd Kulesza <todd@dropline.net>

Summary: A LiveJournal client for GNOME.
Summary: LiveJournal client for GNOME.
Name: drivel
Version: 0.9.1
Release: 0
Version: 0.9.4
Release: 1
License: GPL
Group: Applications/Internet
URL: http://www.sf.net/projects/drivel
URL: http://www.dropline.net/drivel/

Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Expand All @@ -29,7 +30,7 @@ in mind, and presents an elegant user interface.

%build
%configure
%{__make}
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
Expand All @@ -41,10 +42,14 @@ in mind, and presents an elegant user interface.
%files
%defattr(-, root, root, 0755)
%doc ChangeLog COPYING README TODO
%config %{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/*
%{_datadir}/pixmaps/*
%{_datadir}/applications/*

%changelog
* Thu Mar 25 2004 Dag Wieers <dag@wieers.com> - 0.9.4-1
- Updated to release 0.9.4.

* Tue May 06 2003 Dag Wieers <dag@wieers.com> - 0.9.1-0
- Initial package. (using DAR)
13 changes: 8 additions & 5 deletions specs/dvgrab/dvgrab.spec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# $Id$

# Authority: dag
# Upstream: Dan Dennedy

Summary: DV grabber through the FireWire interface.
Name: dvgrab
Version: 1.4
Release: 0
Version: 1.5
Release: 1
License: GPL
Group: Applications/Multimedia
URL: http://kino.schirmacher.de/

Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://kino.schirmacher.de/filemanager/download/15/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/root-%{name}-%{name}
Prefix: %{_prefix}
Source: http://kino.schirmacher.de/filemanager/download/20/dvgrab-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: libraw1394-devel, libavc1394-devel
Requires: kernel >= 2.4.0
Expand Down Expand Up @@ -47,5 +47,8 @@ generation.
%{_bindir}/*

%changelog
* Tue Mar 23 2004 Dag Wieers <dag@wieers.com> - 1.5-1
- Updated to release 1.5.

* Wed Dec 17 2003 Dag Wieers <dag@wieers.com> - 1.4-0
- Initial package. (using DAR)
10 changes: 5 additions & 5 deletions specs/fftv/fftv.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Summary: Advanced television viewing and recording program.
Name: fftv
Version: 0.7.3
Version: 0.7.4
Release: 1
License: GPL
Group: Applications/Multimedia
Expand Down Expand Up @@ -51,10 +51,7 @@ EOF
# --enable-shared

### FIXME: Make buildsystem use standard autotools directories (Fix upstream please)
%{__perl} -pi.orig -e '
s|^(sharedir)=.*$|$1=\$(datadir)|;
s|^(FFTV_SHARE_ICON)=share/(.*)$|$1=$2|;
' config.mak
%{__perl} -pi.orig -e 's|^(FFTV_SHARE_ICON)=share/(.*)$|$1=$2|;' config.mak

%{__make} %{?_smp_mflags}

Expand Down Expand Up @@ -87,6 +84,9 @@ desktop-file-install --vendor gnome \
#%{_includedir}/ffmpeg/

%changelog
* Tue Mar 23 2004 Dag Wieers <dag@wieers.com> - 0.7.4-1
- Updated to release 0.7.4.

* Mon Mar 22 2004 Dag Wieers <dag@wieers.com> - 0.7.3-1
- Updated to release 0.7.3.

Expand Down
5 changes: 4 additions & 1 deletion specs/galculator/galculator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Summary: Graphical scientific calculator.
Name: galculator
Version: 1.2.0
Version: 1.2.1
Release: 1
License: GPL
Group: Applications/Engineering
Expand Down Expand Up @@ -52,6 +52,9 @@ Reverse Polish Notation.
%{_datadir}/galculator/

%changelog
* Sun Mar 21 2004 Dag Wieers <dag@wieers.com> - 1.2.1-1
- Updated to release 1.2.1.

* Thu Mar 11 2004 Dag Wieers <dag@wieers.com> - 1.2.0-1
- Updated to release 1.2.0.

Expand Down
22 changes: 14 additions & 8 deletions specs/gossip/gossip.spec
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# $Id$

# Authority: dag
# Upstream: <gossip-dev@lists.imendio.com>

%define dfi %(which desktop-file-install &>/dev/null; echo $?)

Summary: An instant messaging client.
Summary: Jabber instant messaging client.
Name: gossip
Version: 0.6
Release: 0
Version: 0.7.2
Release: 1
License: GPL
Group: Applications/Internet
URL: http://gossip.imendio.org/

Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://ftp.imendio.com/pub/imendio/gossip/src/gossip-%{version}.tar.bz2
BuildRoot: %{_tmppath}/root-%{name}-%{version}
Source: http://ftp.imendio.com/pub/imendio/gossip/src/%{name}-%{version}.tar.gz
Prefix: %{_prefix}

BuildRequires: gtk2-devel >= 2.0.4, libxslt-devel
BuildRequires: libglade2-devel >= 2.0.0
BuildRequires: gtk2-devel >= 2.0.4, libxslt-devel, libglade2-devel >= 2.0.0
BuildRequires: loudmouth

%description
Gossip is a Jabber instant messaging program.
Expand All @@ -29,7 +30,8 @@ Gossip is a Jabber instant messaging program.
%setup

%build
%configure
%configure \
--enable-dbus="no"
%{__make} %{?_smp_mflags}

%install
Expand All @@ -56,11 +58,15 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas
%files -f %{name}.lang
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%config %{_sysconfdir}/gconf/schemas/*.schemas
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/gossip/
%{_sysconfdir}/gconf/schemas/*.schemas
%{_datadir}/pixmaps/*.png

%changelog
* Mon Mar 15 2004 Dag Wieers <dag@wieers.com> - 0.7.2-1
- Updated to release 0.7.2.

* Wed Dec 17 2003 Dag Wieers <dag@wieers.com> - 0.6-0
- Initial package. (using DAR)
13 changes: 6 additions & 7 deletions specs/gurlchecker/gurlchecker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Summary: Graphical link validity checker.
Name: gurlchecker
Version: 0.7.10
Release: 0
Version: 0.7.11
Release: 1
License: GPL
Group: Applications/Internet
URL: http://www.nongnu.org/gurlchecker/
Expand All @@ -15,8 +15,7 @@ Packager: Dag Wieers <dag@wieers.com>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://savannah.nongnu.org/download/gurlchecker/gurlchecker-%{version}.tar.gz
BuildRoot: %{_tmppath}/root-%{name}-%{version}
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: libgnomeui-devel >= 2.0, libglade2-devel >= 2.0

Expand Down Expand Up @@ -48,9 +47,6 @@ EOF
%makeinstall
%find_lang %{name}

#%{__install} -d -m0755 %{buildroot}%{_datadir}/pixmaps/
#%{__install} -m0644 gui/gurlchecker_logo.xpm %{buildroot}%{_datadir}/pixmaps/gurlchecker.xpm

%{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
desktop-file-install --vendor gnome \
--add-category X-Red-Hat-Base \
Expand All @@ -69,6 +65,9 @@ desktop-file-install --vendor gnome \
%{_datadir}/applications/*.desktop

%changelog
* Tue Mar 23 2004 Dag Wieers <dag@wieers.com> - 0.7.11-1
- Updated to release 0.7.11.

* Fri Mar 12 2004 Dag Wieers <dag@wieers.com> - 0.7.10-0
- Updated to release 0.7.10.

Expand Down
Loading

0 comments on commit 61206a5

Please sign in to comment.