]> git.pld-linux.org Git - packages/dlume.git/commitdiff
- new from Kamil 'paladine' Kosiński, soon PLD Developer ;)
authorfreetz <freetz@pld-linux.org>
Mon, 20 Sep 2004 21:17:44 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dlume.spec -> 1.1

dlume.spec [new file with mode: 0644]

diff --git a/dlume.spec b/dlume.spec
new file mode 100644 (file)
index 0000000..e47ece2
--- /dev/null
@@ -0,0 +1,59 @@
+Summary:       Handy and easy to use addressbook
+Summary(pl):   Porêczna i ³atwa w u¿yciu ksi±¿ka adresowa
+Name:          dlume
+Version:       0.2.4
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://clay.ll.pl/download/%{name}-%{version}.tar.gz
+# Source0-md5: 6b2a3ef0eff622a412395187d1c5d178
+Source1:       %{name}.desktop
+URL:           http://clay.ll.pl/dlume.html
+BuildRequires: gtk+2-devel >= 2.0.0
+BuildRequires: libxml2-devel >= 2.4.0
+BuildRequires: ImageMagick
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dlume is nice, gtk2-based addressbook. You can easily add, edit and
+delete records to/from database (but Dlume doesn't rely on an outside
+database - It stores your contacts in XML format). The Quick-search
+feature allows you find required entry in comfortable way. Export to
+CSV and HTML formats is also available.
+
+%description -l pl
+Dlume to ³adne ksi±¿ka adresowa oparta na gtk2. W ³atwy sposó mo¿na
+dodawaæ, edytowaæ i usuwaæ rekordy z bazy (Dlume nie korzysta z
+zwnêtrznej bazy - przechowuje kontakty w formacie XML). Szybkie
+wyszukiwanie umo¿liwia w ³atwy sposób znalezienie po¿±danej pozycji.
+Mo¿liwy jest eksport do CVS i HTML.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install %{name}.png $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE1}  $RPM_BUILD_ROOT%{_desktopdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/*
+%{_desktopdir}/*
+%{_mandir}/man1/*
This page took 0.128489 seconds and 4 git commands to generate.