packages: gnome-contacts/gnome-contacts.spec (NEW) - initial PLD release
patrys
patrys at pld-linux.org
Fri Sep 2 12:06:16 CEST 2011
Author: patrys Date: Fri Sep 2 10:06:16 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
packages/gnome-contacts:
gnome-contacts.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/gnome-contacts/gnome-contacts.spec
diff -u /dev/null packages/gnome-contacts/gnome-contacts.spec:1.1
--- /dev/null Fri Sep 2 12:06:16 2011
+++ packages/gnome-contacts/gnome-contacts.spec Fri Sep 2 12:06:11 2011
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary: Contacts manager for GNOME
+Name: gnome-contacts
+Version: 0.1.2
+Release: 1
+License: GPL v2+
+Group: Applications/Communications
+Source0: http://download.gnome.org/sources/gnome-contacts/0.1/%{name}-%{version}.tar.xz
+# Source0-md5: 0c44633a0801022050e057e08ceb4980
+URL: https://live.gnome.org/ThreePointOne/Features/Contacts
+BuildRequires: desktop-file-utils
+BuildRequires: folks-devel
+BuildRequires: gtk+3-devel
+BuildRequires: intltool
+BuildRequires: libnotify-devel
+BuildRequires: vala >= 0.13.3
+
+%description
+%{name} is a standalone contacts manager for GNOME desktop.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS README NEWS TODO ChangeLog
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2011/09/02 10:06:11 patrys
+- initial PLD release
+
+
================================================================
More information about the pld-cvs-commit
mailing list