diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-02-13 15:54:32 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-02-13 15:54:32 +0100 |
commit | 3a7e99d96e878dea4f86eba8a20d376143eed842 (patch) | |
tree | 6ad64c45380b96519a3900c83874a74d5839f22b | |
parent | 8629586a4c16364cbec82d468b3ceca4f98fa7a4 (diff) | |
download | desktop-file-utils-sandbox/pcoval/tizen.tar.gz desktop-file-utils-sandbox/pcoval/tizen.tar.bz2 desktop-file-utils-sandbox/pcoval/tizen.zip |
packaging: cleanup specsandbox/pcoval/tizen
Change-Id: I0502ba6af925cb9760052d39924528e137815188
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | packaging/desktop-file-utils.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/desktop-file-utils.spec b/packaging/desktop-file-utils.spec index ea6e621..2bd81b2 100644 --- a/packaging/desktop-file-utils.spec +++ b/packaging/desktop-file-utils.spec @@ -7,7 +7,7 @@ Group: Development/Tools/Other Url: http://www.freedesktop.org/wiki/Software/desktop-file-utils Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz Source2: macros.desktop-file-utils -Source1001: desktop-file-utils.manifest +Source1001: desktop-file-utils.manifest BuildRequires: glib2-devel BuildRequires: pkg-config # Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 @@ -48,7 +48,8 @@ touch %{buildroot}%{_datadir}/applications/mimeinfo.cache %files %manifest %{name}.manifest %defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_bindir}/desktop-file-edit %{_bindir}/desktop-file-install %{_bindir}/desktop-file-validate @@ -64,4 +65,3 @@ touch %{buildroot}%{_datadir}/applications/mimeinfo.cache %{_datadir}/emacs/site-lisp/*.el* %{_sysconfdir}/rpm/macros.desktop-file-utils -%changelog |