Changes of Revision 5
project.diff
Deleted
x
1
2
---- faac.changes.orig
3
-+++ faac.changes
4
-@@ -1,4 +1,10 @@
5
- -------------------------------------------------------------------
6
-+Fri Feb 28 12:34:56 UTC 2025 - olaf@aepfle.de
7
-+
8
-+- Update version to 1.31
9
-+ See included ChangeLog for details
10
-+
11
-+-------------------------------------------------------------------
12
- Thu Feb 13 07:20:21 UTC 2020 - Hillwood Yang <hillwood@opensuse.org>
13
-
14
- - Update version to 1.30
15
---- faac.spec.orig
16
-+++ faac.spec
17
-@@ -16,59 +16,52 @@
18
- # Please submit bugfixes or comments via http://bugs.opensuse.org/
19
- #
20
-
21
--%define major 0
22
--%define lib libfaac
23
--%define libname %{lib}%{major}
24
--%define _version 1_30
25
-+%define so_name libfaac0
26
-
27
- Name: faac
28
--Version: 1.30
29
-+Version: 1.31
30
- Release: 0
31
- Summary: Frontend for encoding MPEG2/4 AAC
32
- # Original Code was free to use but restricted. Modifications are LGPL-2.1+
33
- License: SUSE-Freeware and LGPL-2.1+
34
--Group: Productivity/Multimedia/Video/Editors and Convertors
35
- Url: https://github.com/knik0/faac
36
--Source0: https://github.com/knik0/faac/archive/%{_version}/%name-%version.tar.gz
37
-+Source0: %name-%version.tar
38
- Source99: baselibs.conf
39
-+BuildRequires: autoconf
40
-+BuildRequires: automake
41
- BuildRequires: libtool
42
- BuildRequires: gcc-c++
43
--Requires: %{libname} = %version-%release
44
-+Requires: %so_name = %version-%release
45
-
46
- %description
47
- FAAC is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC encoder, completely
48
- written from scratch.
49
-
50
--%package -n %{libname}
51
-+%package -n %so_name
52
- Summary: Shared library part of faac
53
--Group: System/Libraries
54
--Provides: %{lib} = %version-%release
55
--Obsoletes: %{lib} < %version-%release
56
-
57
--%description -n %{libname}
58
-+%description -n %so_name
59
- FAAC is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC encoder, completely
60
- written from scratch.
61
- Shared library part of faac
62
-
63
--%package -n %{lib}-devel
64
-+%package devel
65
- Summary: Header files and static library for the faac library
66
--Group: Development/Libraries/C and C++
67
--Requires: %{libname} = %version-%release
68
--Provides: %{libname}-devel = %version-%release
69
--Provides: %name-devel = %version-%release
70
--Obsoletes: %{libname}-devel < %version-%release
71
--Obsoletes: %name-devel < %version-%release
72
-+Requires: %so_name = %version-%release
73
-+Provides: libfaac-devel = %version-%release
74
-
75
--%description -n %{lib}-devel
76
-+%description devel
77
- FAAC is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC encoder, completely
78
- written from scratch.
79
- Header files and static library for the faac library
80
-
81
- %prep
82
--%setup -q -n %name-%{_version}
83
-+%autosetup -p1
84
-
85
- %build
86
--autoreconf -fi
87
-+sed -i~ 's@2.71@2.69@' configure.ac
88
-+diff -u "$_"~ "$_" && exit 1
89
-+bash bootstrap
90
- %configure --enable-shared \
91
- --disable-static
92
- %make_build
93
-@@ -77,20 +70,20 @@ autoreconf -fi
94
- %make_install
95
- find %buildroot -type f -name "*.la" -delete -print
96
-
97
--%post -n %{libname} -p /sbin/ldconfig
98
--%postun -n %{libname} -p /sbin/ldconfig
99
-+%ldconfig_scriptlets -n %so_name
100
-
101
- %files
102
--%doc AUTHORS ChangeLog NEWS README TODO
103
-+%doc AUTHORS ChangeLog README
104
- %license COPYING
105
- %_bindir/*
106
- %_mandir/man1/faac.1%{ext_man}
107
-
108
--%files -n %{libname}
109
-+%files -n %so_name
110
- %_libdir/*.so.*
111
-
112
--%files -n %{lib}-devel
113
-+%files devel
114
- %_libdir/*.so
115
-+%_libdir/pkgconfig/*.pc
116
- %_includedir/*
117
-
118
- %changelog
119
_link
Changed
9
1
2
-<link project="Essentials" cicount="add" baserev="39be38d32ab722c59c37a7c25791b539">
3
- <patches>
4
- <delete name="faac-1.30.tar.gz"/>
5
- <apply name="project.diff"/>
6
- </patches>
7
-</link>
8
+<link project="Essentials" cicount="add"/>
9
_service
Deleted
20
1
2
-<services>
3
- <service name="obs_scm">
4
- <param name="filename">faac</param>
5
- <param name="revision">32a868f23554a042b2d90dac45a171827c4ec497</param>
6
- <param name="scm">git</param>
7
- <param name="submodules">disable</param>
8
- <param name="url">https://github.com/knik0/faac.git</param>
9
- <param name="versionformat">@PARENT_TAG@</param>
10
- <param name="versionrewrite-pattern">a-z-+(^\++)(.*)</param>
11
- <param name="versionrewrite-replacement">\1</param>
12
- </service>
13
- <service mode="buildtime" name="tar">
14
- <param name="obsinfo">faac.obsinfo</param>
15
- </service>
16
- <service mode="buildtime" name="set_version">
17
- <param name="basename">faac</param>
18
- </service>
19
-</services>
20