]> git.pld-linux.org Git - packages/doldaconnect.git/commitdiff
- it builds
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 6 Sep 2006 21:05:29 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doldaconnect.spec -> 1.2

doldaconnect.spec

index e088d95d7ab5025242eb83e6ace404f53d486159..6b5512c5b67c21db94a3abf508e7b0e056136367 100644 (file)
@@ -1,20 +1,29 @@
+# TODO:
+# - make separate gaim subpackage
+# - what to with headers, *.la and static libs?
+# - separate subpackage with backend? pam-file and init-script from gentoo is in contrib
+# - build with guile extension and add dchub:// guile module
+# - add desktop
+# - some findlang needed
 Summary:       Direct Connect client
 Name:          doldaconnect
 Version:       0.1
-Release:       0.1
+Release:       0.2
 License:       GPL v2
 Group:         X11/Applications/Networking
 Source0:       http://www.dolda2000.com/~fredrik/doldaconnect/%{name}-%{version}.tar.gz
 # Source0-md5: 8920593ede9d7866937cd2feb95923a8
 #Source1:      %{name}.desktop
-#Source2:      %{name}.png
 URL:           http://www.dolda2000.com/~fredrik/doldaconnect/
 BuildRequires: automake
 BuildRequires: bzip2-devel
+BuildRequires: gaim-devel
 BuildRequires: gnome-panel-devel
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _appconfdir     /etc/%{name}
+
 %description
 Dolda Connect is a client program for the Direct Connect peer-to-peer filesharing network, written for GNU/Linux systems. It is possible that it may run on other Unix systems as well, as long as it is compiled with GCC, but this is untested so far. It is licensed under the GPL, version 2 or later.
 
@@ -30,6 +39,7 @@ This architecture also has many other advantages in store for the more advanced
 
 %build
 %configure \
+       --sysconfdir=%{_appconfdir} \
        --disable-rpath \
        --enable-gtk2ui \
        --enable-gtk2pbar \
@@ -40,22 +50,25 @@ This architecture also has many other advantages in store for the more advanced
 
 %install
 rm -rf $RPM_BUILD_ROOT
-#install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
+#install -d $RPM_BUILD_ROOT%{_desktopdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 #install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-#install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS
-#%attr(755,root,root) %{_bindir}/*
-#%dir %{_datadir}/%{name}
-#%{_datadir}/%{name}/icons
+%doc AUTHORS ChangeLog INSTALL README 
+%dir %{_appconfdir}
+%config(noreplace) %{_appconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/bonobo/servers/*.server
+%attr(755,root,root) %{_libdir}/dolcon-trans-applet
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
+%attr(755,root,root) %{_libdir}/speedrec
 #%{_desktopdir}/%{name}.desktop
-#%{_pixmapsdir}/%{name}.png
+%{_pixmapsdir}/*.jpg
This page took 0.071529 seconds and 4 git commands to generate.