]> git.pld-linux.org Git - packages/drivel.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Sat, 1 Nov 2003 03:46:56 +0000 (03:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drivel.spec -> 1.1

drivel.spec [new file with mode: 0644]

diff --git a/drivel.spec b/drivel.spec
new file mode 100644 (file)
index 0000000..fbbd677
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       A LiveJournal client for 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
+BuildRequires: curl-devel
+
+%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.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO COPYING ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/pixmaps/*
+%{_datadir}/applications/*
+/etc/gconf/schemas/*
+
+%clean
+rm -r $RPM_BUILD_ROOT
This page took 0.06248 seconds and 4 git commands to generate.