]> git.pld-linux.org Git - packages/drivel.git/commitdiff
- pl, cleanups, removed COPYING from doc (just GPL), added AUTHORS
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Nov 2003 10:08:50 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drivel.spec -> 1.2

drivel.spec

index fbbd67778f52f6a56299eba8490b8ea7d9b7204c..dee218b199e59da98397f9f95139ebebee6cb5b3 100644 (file)
@@ -1,21 +1,27 @@
 Summary:       A LiveJournal client for GNOME
+Summary(pl):   Klient LiveJournala dla GNOME
 Name:          drivel
 Version:       0.9.1
 Release:       1
 License:       GPL
 Group:         Applications/Communication
-Url:           http://www.sf.net/projects/drivel
 Source0:       http://dl.sourceforge.net/drivel/%{name}-%{version}.tar.bz2
 # Source0-md5: 148bc826935b8cd19a035542c5076cbc
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: gtk+2-devel
+URL:           http://www.sf.net/projects/drivel/
 BuildRequires: curl-devel
+BuildRequires: gtk+2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Drivel is an advanced LiveJournal client for the GNOME desktop. While
 maintaining a full set of features, it had been designed with
 usability in mind, and presents an elegant user interface.
 
+%description -l pl
+Drivel to zaawansowany klient LiveJournala dla ¶rodowiska GNOME. Przy
+zachowaniu pe³nego zbioru mo¿liwo¶ci, zosta³ on zaprojektowany z my¶l±
+o u¿ywalno¶ci. Prezentuje elegancki interfejs u¿ytkownika.
+
 %prep
 %setup -q
 
@@ -25,15 +31,17 @@ usability in mind, and presents an elegant user interface.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO COPYING ChangeLog
+%doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/pixmaps/*
-%{_datadir}/applications/*
-/etc/gconf/schemas/*
+%{_pixmapsdir}/*
+%{_desktopdir}/*
+%{_sysconfdir}/gconf/schemas/*
 
 %clean
 rm -r $RPM_BUILD_ROOT
This page took 0.059526 seconds and 4 git commands to generate.