[girl/f25] Update to 9.5.1
by Martin Gansser
Summary of changes:
20d3291... Update to 9.5.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[girl] Update to 9.5.1
by Martin Gansser
commit 20d32913c50ff253b619d1fcd11ad7cc1c7fd1f0
Author: Martin Gansser <mgansser(a)alice.de>
Date: Fri Sep 9 20:02:05 2016 +0200
Update to 9.5.1
.gitignore | 1 +
clog | 2 --
girl.spec | 5 ++++-
sources | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 946ff7d..57e6271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/girl-9.4.0.tar.xz
+/girl-9.5.1.tar.xz
diff --git a/girl.spec b/girl.spec
index 1aae96f..3cfa25b 100644
--- a/girl.spec
+++ b/girl.spec
@@ -1,5 +1,5 @@
Name: girl
-Version: 9.4.0
+Version: 9.5.1
Release: 1%{?dist}
Summary: GNOME Internet Radio Locator program
License: GPLv2+
@@ -70,6 +70,9 @@ fi
%{_datadir}/help/*/%{name}
%changelog
+* Fri Sep 09 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 9.5.1-1
+- Update to 9.5.1
+
* Sat Jul 09 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 9.4.0-1
- Update to 9.4.0
diff --git a/sources b/sources
index 5d4d837..972cada 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c855342a0c278f486cee30bc2ad9a99 girl-9.4.0.tar.xz
+98413391af439a03afd9f1cb458de272 girl-9.5.1.tar.xz
8 years, 2 months
[fdk-aac/f24] (7 commits) ...add sources
by nchauvet
Summary of changes:
4a91ee4... Initial import for fdk-aac (*)
640b947... Update to 1.4 (*)
d650fa5... Spec file clean-up (*)
aa9a2bc... Update to 0.1.5 github snapshot (*)
5c9d219... Add license (*)
bc29fdd... Simplify Source0 URL (*)
58d8b23... add sources (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[fdk-aac/f25] (7 commits) ...add sources
by nchauvet
Summary of changes:
4a91ee4... Initial import for fdk-aac (*)
640b947... Update to 1.4 (*)
d650fa5... Spec file clean-up (*)
aa9a2bc... Update to 0.1.5 github snapshot (*)
5c9d219... Add license (*)
bc29fdd... Simplify Source0 URL (*)
58d8b23... add sources (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[fdk-aac] add sources
by nchauvet
commit 58d8b23c639cd085056a6d619b66cbdc95aa8941
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Sep 9 12:27:27 2016 +0200
add sources
.gitignore | 2 +-
sources | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0a0485..88340e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-fdk-aac-0.1.3.tar.gz
+fdk-aac-*.tar.gz
diff --git a/sources b/sources
index fb2ec23..009c53d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e274a7d7f6cd92c71ec5c78e4dc9f8b7 fdk-aac-0.1.4.tar.gz
+6c3b35511d20e135b593e12294f6c80e fdk-aac-a0bd8aa.tar.gz
8 years, 2 months
[fdk-aac] Add license
by nchauvet
commit 5c9d21982644ee8488599ce6ff2eef84e185f290
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 7 11:02:13 2016 +0200
Add license
fdk-aac.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index 119a752..b5d51dd 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -54,7 +54,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%files
-%doc ChangeLog NOTICE
+%doc ChangeLog
+%license NOTICE
%{_libdir}/*.so.*
%files devel
8 years, 2 months
[fdk-aac] Update to 0.1.5 github snapshot
by nchauvet
commit aa9a2bcd90fcf4d29e85a9527785cfd35c39b9c6
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 7 10:30:52 2016 +0200
Update to 0.1.5 github snapshot
fdk-aac.spec | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index fe2f131..119a752 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -1,11 +1,16 @@
+%global commit0 a0bd8aa3b6339082fbe9d830264839fa50c0a4b7
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
+
Name: fdk-aac
-Version: 0.1.4
-Release: 2%{?dist}
+Version: 0.1.5
+Release: 0.1%{?commit0:.git%{shortcommit0}}%{?dist}
Summary: Fraunhofer FDK AAC Codec Library
License: FDK-AAC
-URL: http://sourceforge.net/projects/opencore-amr
-Source0: http://downloads.sourceforge.net/opencore-amr/%{name}-%{version}.tar.gz
+URL: https://github.com/mstorsjo/fdk-aac
+Source: https://github.com/mstorsjo/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{...
+
+BuildRequires: libtool
%description
@@ -26,7 +31,8 @@ developing applications that use %{name}.
%prep
-%setup -q
+%autosetup -n %{name}-%{?commit0}%{?!commit0:%{version}}
+autoreconf -vif
%build
@@ -60,7 +66,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
-* Wed Sep 07 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.4-2
+* Wed Sep 07 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.5-0.1.gita0bd8aa
+- Update to github snapshot
- Spec file clean-up
* Fri Nov 06 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.4-1
8 years, 2 months
[fdk-aac] Spec file clean-up
by nchauvet
commit d650fa50cd49d0af7125c7c9e481a1797caaf513
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Sep 7 09:58:20 2016 +0200
Spec file clean-up
fdk-aac.spec | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index 6e21872..fe2f131 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -1,6 +1,6 @@
Name: fdk-aac
Version: 0.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Fraunhofer FDK AAC Codec Library
License: FDK-AAC
@@ -17,7 +17,7 @@ scheme for digital audio.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
The %{name}-devel package contains libraries and header files for
@@ -34,12 +34,13 @@ developing applications that use %{name}.
--disable-silent-rules \
--disable-static
-make %{?_smp_mflags}
+%make_build
%install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+%make_install INSTALL="install -p"
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+
%post -p /sbin/ldconfig
@@ -47,12 +48,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%files
-%defattr(-,root,root,-)
%doc ChangeLog NOTICE
%{_libdir}/*.so.*
%files devel
-%defattr(-,root,root,-)
%doc documentation/*.pdf
%dir %{_includedir}/fdk-aac
%{_includedir}/fdk-aac/*.h
@@ -61,6 +60,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Wed Sep 07 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.4-2
+- Spec file clean-up
+
* Fri Nov 06 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.4-1
- Update to 1.4
8 years, 2 months
[fdk-aac] Update to 1.4
by nchauvet
commit 640b947d9cb5b88c2c058d781fe37b170ac8f9f2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 6 18:45:13 2015 +0100
Update to 1.4
fdk-aac.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/fdk-aac.spec b/fdk-aac.spec
index 9903949..6e21872 100644
--- a/fdk-aac.spec
+++ b/fdk-aac.spec
@@ -1,5 +1,5 @@
Name: fdk-aac
-Version: 0.1.3
+Version: 0.1.4
Release: 1%{?dist}
Summary: Fraunhofer FDK AAC Codec Library
@@ -61,6 +61,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Fri Nov 06 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.4-1
+- Update to 1.4
+
* Sun Jan 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.3-1
- Update to 1.3.0
diff --git a/sources b/sources
index c900ce0..fb2ec23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b3b70faa3108b7a00f7740b3de38b83 fdk-aac-0.1.3.tar.gz
+e274a7d7f6cd92c71ec5c78e4dc9f8b7 fdk-aac-0.1.4.tar.gz
8 years, 2 months