]> git.pld-linux.org Git - packages/gnome-contacts.git/commitdiff
- initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 2 Sep 2011 10:06:11 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-contacts.spec -> 1.1

gnome-contacts.spec [new file with mode: 0644]

diff --git a/gnome-contacts.spec b/gnome-contacts.spec
new file mode 100644 (file)
index 0000000..4629604
--- /dev/null
@@ -0,0 +1,43 @@
+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
This page took 0.16651 seconds and 4 git commands to generate.